home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4778 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What Header Files Comprise the C Standard Library?
  5. Date: 6 Feb 1996 15:12 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <6FEB199615120959@erich.triumf.ca>
  9. References: <4f898d$jt@mother.usf.edu>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <4f898d$jt@mother.usf.edu>, yatesc@csee.usf.edu (Randy Yates) writes...
  14. >On UNIX, the standard library includes the functions in stdio.h
  15. >and time.h, but NOT the math routines in math.h, in which case
  16. >you must inform the linker to search the math library with
  17. >the "-lm" swith. Does documentation exist that defines a mapping
  18. >between include files and libraries? 
  19.  
  20. No.  How (or if) the standard (and non-standard) functions are distributed
  21. among libraries is entirely up to the specific implementation.  Any
  22. documentation on this should come with the compiler.
  23.  
  24. For MS-DOS, both Borland and  Microsoft put _everything_ (except the graphics
  25. functions) in a common library.
  26.  
  27. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  28. Internet: bennett@triumf.ca         | of one another only when one can be
  29. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  30. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  31. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  32.  
  33.  
  34.  
  35.  
  36.  
  37.